Keysight Pathwave 89600 VSA .NET API
LogicalChannelId Constructor(LogicalChannelOperation,IEnumerable<ChannelId>)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LogicalChannelId Structure > LogicalChannelId Constructor : LogicalChannelId Constructor(LogicalChannelOperation,IEnumerable<ChannelId>)


operation
The operation to perform when combining the input channels.
channelIds
List of input channels that are used in this logical channel.

Glossary Item Box

Initializes a new instance of the LogicalChannelId struct that contains the specified operation and ChannelIds.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal operation As LogicalChannelOperation, _
   ByVal channelIds As IEnumerable(Of ChannelId) _
)
C# 
public LogicalChannelId( 
   LogicalChannelOperation operation,
   IEnumerable<ChannelId> channelIds
)
C++/CLI 
public:
LogicalChannelId( 
   LogicalChannelOperation operation,
   IEnumerable<ChannelId>^ channelIds
)

Parameters

operation
The operation to perform when combining the input channels.
channelIds
List of input channels that are used in this logical channel.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also